home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 54
/
Vol 54.iso
/
games
/
totallys.swf
/
scripts
/
frame_295
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-28
|
165 b
|
11 lines
_root.level = 3;
_root.nmax = 9;
i = 1;
while(nmax >= i)
{
_root["popc" + i].pophit._visible = 0;
i++;
}
_root.score.gotoAndPlay("rescore");
stop();